home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / Think C dcmd 1.0.1 ƒ / Think dcmd / dcmd.c < prev   
Encoding:
C/C++ Source or Header  |  1994-06-09  |  159 b   |  8 lines  |  [TEXT/KAHL]

  1. /* If you want globals, include <SetUpA4.h> here */
  2.  
  3. #include <Think_dcmd.h>
  4.  
  5. pascal void CommandEntry( dcmdBlock* paramPtr )
  6. {
  7.     /* fill in with your code */
  8. }